-
Notifications
You must be signed in to change notification settings - Fork 805
Change targetApi to 35 #9051
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change targetApi to 35 #9051
Conversation
./gradlew wrapper --gradle-version 8.14.3 --gradle-distribution-sha256-sum bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
./gradlew wrapper --gradle-version 8.14.3 --gradle-distribution-sha256-sum bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
|
|
… have the problem, not sure why :/)
83cf66c
to
3f22ddb
Compare
…vities." This reverts commit 3d7bf51.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
window.setDecorFitsSystemWindows(false) | ||
// New API instead of SYSTEM_UI_FLAG_IMMERSIVE | ||
window.decorView.windowInsetsController?.systemBarsBehavior = WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE | ||
// New API instead of FLAG_TRANSLUCENT_STATUS | ||
@Suppress("DEPRECATION") | ||
window.statusBarColor = ContextCompat.getColor(this, R.color.half_transparent_status_bar) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At some point we should move these colors to enableEdgeToEdge
I think. We can probably wait until it's mandatory though.
Type of change
Content
Change the targetSdk to 35.
Also update the gradle plugin and the lint version.
Some enforcement has been done to check for permission.
Also edgeToEdge is enabled by default now.
Reviewer should test carefully the screens on various devices. Probably good to let this code on the nightly / open testing for an extra days.
Motivation and context
Be able to publish the application on the PlayStore in september 2025.
Closes #9049
Screenshots / GIFs
Tests
Tested devices
Checklist